home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Utilitare / Girder / girder331c.exe / {app} / Girder.exe / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Text File  |  2004-05-19  |  9KB  |  427 lines

  1. object Form2: TForm2
  2.   Left = 151
  3.   Top = 98
  4.   HelpContext = 4000
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Target Selector'
  8.   ClientHeight = 467
  9.   ClientWidth = 531
  10.   Color = clBtnFace
  11.   Constraints.MinHeight = 467
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   Icon.Data = {<image000.ico>}
  18.   OldCreateOrder = True
  19.   Scaled = False
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Bevel1: TBevel
  26.     Left = 3
  27.     Top = 0
  28.     Width = 525
  29.     Height = 434
  30.     Shape = bsFrame
  31.   end
  32.   object Image2: TImage
  33.     Left = 481
  34.     Top = 4
  35.     Width = 31
  36.     Height = 28
  37.     AutoSize = True
  38.     Picture.Data = {<image001.bmp>}
  39.     OnMouseDown = Image1MouseDown
  40.     OnMouseMove = Image1MouseMove
  41.     OnMouseUp = Image1MouseUp
  42.   end
  43.   object Bevel2: TBevel
  44.     Left = 272
  45.     Top = 181
  46.     Width = 249
  47.     Height = 246
  48.     Shape = bsFrame
  49.   end
  50.   object Label7: TLabel
  51.     Left = 24
  52.     Top = 11
  53.     Width = 143
  54.     Height = 13
  55.     Caption = 'Running Tasks/Windows'
  56.     Color = clBtnFace
  57.     Font.Charset = DEFAULT_CHARSET
  58.     Font.Color = clWindowText
  59.     Font.Height = -11
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = [fsBold]
  62.     ParentColor = False
  63.     ParentFont = False
  64.   end
  65.   object Label6: TLabel
  66.     Left = 24
  67.     Top = 167
  68.     Width = 165
  69.     Height = 13
  70.     Caption = 'Selected Task'#39's Childobjects'
  71.     Font.Charset = DEFAULT_CHARSET
  72.     Font.Color = clWindowText
  73.     Font.Height = -11
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = [fsBold]
  76.     ParentFont = False
  77.   end
  78.   object Label8: TLabel
  79.     Left = 272
  80.     Top = 167
  81.     Width = 47
  82.     Height = 13
  83.     Caption = 'Settings'
  84.     Font.Charset = DEFAULT_CHARSET
  85.     Font.Color = clWindowText
  86.     Font.Height = -11
  87.     Font.Name = 'MS Sans Serif'
  88.     Font.Style = [fsBold]
  89.     ParentFont = False
  90.   end
  91.   object Label1: TLabel
  92.     Left = 283
  93.     Top = 302
  94.     Width = 28
  95.     Height = 13
  96.     Caption = 'Name'
  97.   end
  98.   object Label3: TLabel
  99.     Left = 283
  100.     Top = 326
  101.     Width = 53
  102.     Height = 13
  103.     Caption = 'ClassName'
  104.   end
  105.   object Label4: TLabel
  106.     Left = 283
  107.     Top = 351
  108.     Width = 53
  109.     Height = 13
  110.     Caption = 'Executable'
  111.   end
  112.   object Label2: TLabel
  113.     Left = 283
  114.     Top = 379
  115.     Width = 54
  116.     Height = 13
  117.     Caption = 'Child Name'
  118.     WordWrap = True
  119.   end
  120.   object Label5: TLabel
  121.     Left = 283
  122.     Top = 405
  123.     Width = 51
  124.     Height = 13
  125.     Caption = 'Child Class'
  126.   end
  127.   object Label9: TLabel
  128.     Left = 22
  129.     Top = 333
  130.     Width = 126
  131.     Height = 13
  132.     Caption = 'Checking the Settings'
  133.     Font.Charset = DEFAULT_CHARSET
  134.     Font.Color = clWindowText
  135.     Font.Height = -11
  136.     Font.Name = 'MS Sans Serif'
  137.     Font.Style = [fsBold]
  138.     ParentFont = False
  139.   end
  140.   object Image1: TImage
  141.     Left = 481
  142.     Top = 4
  143.     Width = 31
  144.     Height = 28
  145.     AutoSize = True
  146.     Picture.Data = {<image002.bmp>}
  147.     OnMouseDown = Image1MouseDown
  148.     OnMouseMove = Image1MouseMove
  149.     OnMouseUp = Image1MouseUp
  150.   end
  151.   object Label10: TLabel
  152.     Left = 316
  153.     Top = 10
  154.     Width = 146
  155.     Height = 13
  156.     Alignment = taRightJustify
  157.     Caption = 'Drag me to target window'
  158.     Font.Charset = DEFAULT_CHARSET
  159.     Font.Color = clWindowText
  160.     Font.Height = -11
  161.     Font.Name = 'MS Sans Serif'
  162.     Font.Style = [fsBold]
  163.     ParentFont = False
  164.   end
  165.   object Button3: TButton
  166.     Left = 344
  167.     Top = 439
  168.     Width = 75
  169.     Height = 25
  170.     HelpContext = 4000
  171.     Caption = 'Cancel'
  172.     TabOrder = 0
  173.     OnClick = Button3Click
  174.   end
  175.   object Button4: TButton
  176.     Left = 432
  177.     Top = 439
  178.     Width = 89
  179.     Height = 25
  180.     HelpContext = 4000
  181.     Caption = 'Apply'
  182.     Enabled = False
  183.     TabOrder = 1
  184.     OnClick = Button4Click
  185.   end
  186.   object Button2: TButton
  187.     Left = 256
  188.     Top = 439
  189.     Width = 75
  190.     Height = 25
  191.     HelpContext = 4000
  192.     Caption = 'Ok'
  193.     Default = True
  194.     TabOrder = 2
  195.     OnClick = Button2Click
  196.   end
  197.   object StringGrid1: TStringGrid
  198.     Left = 23
  199.     Top = 34
  200.     Width = 489
  201.     Height = 129
  202.     Hint = 'Right-click me.'
  203.     HelpContext = 4000
  204.     DefaultColWidth = 40
  205.     DefaultRowHeight = 15
  206.     FixedCols = 0
  207.     RowCount = 100
  208.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing, goRowSelect]
  209.     ScrollBars = ssVertical
  210.     TabOrder = 3
  211.     OnMouseDown = StringGrid1MouseDown
  212.     OnSelectCell = StringGrid1SelectCell
  213.     ColWidths = (
  214.       55
  215.       127
  216.       116
  217.       57
  218.       96)
  219.   end
  220.   object Button5: TButton
  221.     Left = 176
  222.     Top = 8
  223.     Width = 106
  224.     Height = 22
  225.     Hint = 'Refresh Running Tasklist'
  226.     HelpContext = 4000
  227.     Caption = 'Refresh'
  228.     ParentShowHint = False
  229.     ShowHint = True
  230.     TabOrder = 4
  231.     OnClick = Button5Click
  232.   end
  233.   object StringGrid2: TStringGrid
  234.     Left = 24
  235.     Top = 182
  236.     Width = 241
  237.     Height = 145
  238.     HelpContext = 4000
  239.     ColCount = 3
  240.     DefaultRowHeight = 15
  241.     FixedCols = 0
  242.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
  243.     TabOrder = 5
  244.     OnMouseDown = StringGrid2MouseDown
  245.     ColWidths = (
  246.       46
  247.       89
  248.       83)
  249.   end
  250.   object CheckBox1: TCheckBox
  251.     Left = 284
  252.     Top = 187
  253.     Width = 230
  254.     Height = 17
  255.     Hint = 
  256.       'Enables you to direct the key command to a window other than the' +
  257.       ' top most.'
  258.     HelpContext = 4000
  259.     Caption = 'Send to foreground task'
  260.     ParentShowHint = False
  261.     ShowHint = True
  262.     TabOrder = 6
  263.     OnClick = CheckBox1Click
  264.   end
  265.   object CheckBox4: TCheckBox
  266.     Left = 284
  267.     Top = 210
  268.     Width = 198
  269.     Height = 17
  270.     HelpContext = 4000
  271.     Caption = 'Only send to first match'
  272.     TabOrder = 7
  273.     OnClick = CheckBox4Click
  274.   end
  275.   object CheckBox2: TCheckBox
  276.     Left = 284
  277.     Top = 233
  278.     Width = 230
  279.     Height = 17
  280.     HelpContext = 4000
  281.     Caption = 'Match invisble Tasks'
  282.     TabOrder = 8
  283.     OnClick = CheckBox2Click
  284.   end
  285.   object CheckBox3: TCheckBox
  286.     Left = 284
  287.     Top = 255
  288.     Width = 230
  289.     Height = 17
  290.     HelpContext = 4000
  291.     Caption = 'Substring matching'
  292.     TabOrder = 9
  293.     OnClick = CheckBox3Click
  294.   end
  295.   object CheckBox9: TCheckBox
  296.     Left = 363
  297.     Top = 403
  298.     Width = 17
  299.     Height = 17
  300.     HelpContext = 4000
  301.     TabOrder = 10
  302.     OnClick = CheckBox9Click
  303.   end
  304.   object CheckBox8: TCheckBox
  305.     Left = 363
  306.     Top = 377
  307.     Width = 17
  308.     Height = 17
  309.     HelpContext = 4000
  310.     TabOrder = 11
  311.     OnClick = CheckBox8Click
  312.   end
  313.   object CheckBox7: TCheckBox
  314.     Left = 363
  315.     Top = 349
  316.     Width = 17
  317.     Height = 17
  318.     HelpContext = 4000
  319.     TabOrder = 12
  320.     OnClick = CheckBox7Click
  321.   end
  322.   object CheckBox6: TCheckBox
  323.     Left = 363
  324.     Top = 324
  325.     Width = 17
  326.     Height = 17
  327.     HelpContext = 4000
  328.     TabOrder = 13
  329.     OnClick = CheckBox6Click
  330.   end
  331.   object CheckBox5: TCheckBox
  332.     Left = 363
  333.     Top = 300
  334.     Width = 17
  335.     Height = 17
  336.     HelpContext = 4000
  337.     TabOrder = 14
  338.     OnClick = CheckBox5Click
  339.   end
  340.   object Edit1: TEdit
  341.     Left = 381
  342.     Top = 298
  343.     Width = 130
  344.     Height = 21
  345.     HelpContext = 4000
  346.     TabOrder = 15
  347.     OnChange = Edit1Change
  348.   end
  349.   object Edit2: TEdit
  350.     Left = 381
  351.     Top = 322
  352.     Width = 130
  353.     Height = 21
  354.     HelpContext = 4000
  355.     TabOrder = 16
  356.     OnChange = Edit2Change
  357.   end
  358.   object Edit3: TEdit
  359.     Left = 381
  360.     Top = 347
  361.     Width = 130
  362.     Height = 21
  363.     HelpContext = 4000
  364.     TabOrder = 17
  365.     OnChange = Edit3Change
  366.   end
  367.   object Edit4: TEdit
  368.     Left = 381
  369.     Top = 375
  370.     Width = 130
  371.     Height = 21
  372.     HelpContext = 4000
  373.     TabOrder = 18
  374.     OnChange = Edit4Change
  375.   end
  376.   object Edit5: TEdit
  377.     Left = 381
  378.     Top = 401
  379.     Width = 130
  380.     Height = 21
  381.     HelpContext = 4000
  382.     TabOrder = 19
  383.     OnChange = Edit5Change
  384.   end
  385.   object Button1: TButton
  386.     Left = 22
  387.     Top = 353
  388.     Width = 65
  389.     Height = 25
  390.     Hint = 'Find Matches to the current criteria'
  391.     HelpContext = 4000
  392.     Caption = 'Find'
  393.     ParentShowHint = False
  394.     ShowHint = True
  395.     TabOrder = 20
  396.     OnClick = Button1Click
  397.   end
  398.   object ListBox1: TListBox
  399.     Left = 100
  400.     Top = 351
  401.     Width = 165
  402.     Height = 75
  403.     HelpContext = 4000
  404.     ItemHeight = 13
  405.     TabOrder = 21
  406.   end
  407.   object Edit6: TEdit
  408.     Left = 472
  409.     Top = 208
  410.     Width = 41
  411.     Height = 21
  412.     TabOrder = 22
  413.     Text = '1'
  414.     OnChange = Edit6Change
  415.   end
  416.   object CheckBox10: TCheckBox
  417.     Left = 284
  418.     Top = 278
  419.     Width = 230
  420.     Height = 17
  421.     HelpContext = 4000
  422.     Caption = 'Use Variables in names'
  423.     TabOrder = 23
  424.     OnClick = CheckBox3Click
  425.   end
  426. end
  427.